home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / vbsource.zip / INVEST.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-08-29  |  898b  |  28 lines

  1. Form1
  2. Investment Calculator
  3. Form1
  4. Label1
  5. Starting Balance
  6.     StartText
  7. Label2
  8. Interest Rate in %
  9. RateText
  10. Label3
  11. Duration in Years
  12.     YearsText
  13. CalcCmd
  14. Compute Ending Balance
  15. Label4
  16. Ending Balance
  17. EndText
  18. CalcCmd_Click
  19. StartBal
  20.     StartText
  21. RateText
  22. Years
  23.     YearsText
  24. EndBal
  25. EndText
  26. CalcCmd_Click
  27. #,###,##0.00
  28.